home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Updates⁄New / Inigo Gets Out FreeWare / card_8940.txt < prev    next >
Encoding:
Text File  |  1988-06-14  |  554 b   |  29 lines

  1. -- card: 8940 from stack: in
  2. -- bmap block id: 15168
  3. -- flags: 4000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=9 top=56 right=253 bottom=312
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23.   visual effect dissolve to black
  24.   go to next card
  25.   wait 1 seconds
  26.   go to next card
  27. end mouseUp
  28.  
  29.